google.golang.org/grpc.dialOptions.maxCallAttempts (field)

5 uses

	google.golang.org/grpc (current package)
		clientconn.go#L232: 		scpr := parseServiceConfig(*cc.dopts.defaultServiceConfigRawJSON, cc.dopts.maxCallAttempts)
		dialoptions.go#L96: 	maxCallAttempts             int
		dialoptions.go#L731: 		maxCallAttempts:          defaultMaxCallAttempts,
		dialoptions.go#L804: 		o.maxCallAttempts = n
		resolver_wrapper.go#L185: 	return parseServiceConfig(scJSON, ccr.cc.dopts.maxCallAttempts)